home *** CD-ROM | disk | FTP | other *** search
- -- card: 3340 from stack: in
- -- bmap block id: 4776
- -- flags: 0000
- -- background id: 2648
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=417 top=285 right=338 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card id 2979 of stack "Apple Sac Home "
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=422 top=3 right=21 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Compact Stack
- ----- HyperTalk script -----
- on mouseUp
- put the size of this stack into var
- ANSWER "This stack takes this much space" with var
- put the freesize of this stack into var
- ANSWER "You are wasting this much space" with var
- if var > 0 then
- answer "Would you like to compact this stack?" with No or Yes
- if it is "yes"
- then domenu "compact stack"
- end if
- end mouseUp
-
-